body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h2 {
  text-align: center;
  font-size: 40px;
  color: rgb(90, 46, 46);
  text-shadow: 2.5px 2.5px rgba(0, 0, 0, 0.5);
}
.abstand {
  margin: 70px;
}
h3 {
  font-size: 40px;
  margin-top: 0;
}
.header-image {
  height: 20vh;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .text-rahmen {
    flex-direction: column;
  }
  .rahmen-bild {
    height: 70px;
    margin: 10px 0;
  }
  .rahmen-text {
    padding: 10px;
  }
}
@media (max-width: 1050px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(197, 172, 143);
    border: 4px solid rgb(90, 46, 46);
    border-radius: 20px;
    padding: 2rem;
    border-radius: 12px;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

  .menu-link {
    text-align: left;
    color: rgb(90, 46, 46);
    margin: 10px;
    font-size: 25px;
    text-decoration: none;
  }
  .menu.show {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 1300px) {
  .headline {
    font-size: 55px;
  }
  .header-container {
    height: 90vh;
  }
}

/* bei ≤ 1000px */
@media (max-width: 1000px) {
  .headline {
    font-size: 45px;
  }
    .header-container {
    height: 80vh;
  }
}

/* bei ≤ 900px */
@media (max-width: 900px) {
  .headline {
    font-size: 45px;
  }
  .header-container {
    height: 70vh;
  }
}

/* bei ≤ 800px */
@media (max-width: 800px) {
  .headline {
    font-size: 35px;
  }
  .header-container {
    height: 60vh;
  }
}
.logo-image {
  position: absolute;
  left: 50px;
  top: 20px;
  height: 130px;
  width: auto;
}
.container {
  position: absolute;
  right: 50px;
  top: 60px;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.menu-link {
  color: white;
  text-decoration: none;
  margin-left: 50px;
}
.menu-link:hover {
  text-decoration: underline;
}
.headline {
  top: 90px;
  text-align: center;
  color: white;
  font-size: 65px;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.5);
}
.brown {
  color: rgb(90, 46, 46);
}
.text-rahmen {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgb(90, 46, 46);
  border-radius: 20px;
  background-color: #fff7e6;
  padding: 20px 30px;
  margin: 40px auto;
  max-width: 900px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.rahmen-bild {
  height: 100px;
  width: auto;
}

.rahmen-text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  flex: 1;
}

@media (max-width: 600px) {
  .text-rahmen {
    flex-direction: column;
  }
  .rahmen-bild {
    height: 70px;
    margin: 10px 0;
  }
  .rahmen-text {
    padding: 10px;
  }
}
/* bei ≤ 1000px */
@media (max-width: 1000px) {
  .headline {
    font-size: 45px;
  }
    .header-container {
    height: 80vh;
  }
}

/* bei ≤ 900px */
@media (max-width: 900px) {
  .headline {
    font-size: 45px;
  }
  .header-container {
    height: 70vh;
  }
}

/* bei ≤ 800px */
@media (max-width: 800px) {
  .headline {
    font-size: 35px;
  }
  .header-container {
    height: 60vh;
  }
}

@media (max-width: 600px) {
  .headline {
    font-size: 20px;
  }
  .header-container {
    height: 40vh;
  }
  .rahmen-text {
    font-size: 10px;
  }
  .menu-link {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .headline {
    font-size: 15px;
  }
  .header-container {
    height: 30vh;
  }
}
.container-bottom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  display: flex;
}
.bottom-link {
  color: white;
  text-decoration: none;
}

